home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000287_news@columbia.edu_Fri Nov 3 17:51:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13479
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 3 Nov 1995 12:51:18 -0500
  3. Received: by apakabar.cc.columbia.edu id AA25945
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 3 Nov 1995 12:51:15 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Problem with \v(ttyfd)
  9. Date: 3 Nov 1995 17:51:12 GMT
  10. Organization: Columbia University
  11. Lines: 19
  12. Message-Id: <47dkqg$pam@apakabar.cc.columbia.edu>
  13. References: <DHB9AA.JGE@olsen.ch>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <DHB9AA.JGE@olsen.ch>, Martin Lichtin <lichtin@olsen.ch> wrote:
  18. >I'm trying to invoke another kermit on top of an already running
  19. >kermit. This is actually described in the documentation, but it
  20. >doesn't seem to work for me. 
  21. >
  22. Aha - a bug.  The problem is that the second Kermit, when given the
  23. file descriptor of a Telnet connection, does not know it is a Telnet
  24. connection, and so does not engage in Telnet protocol with the Telnet
  25. server on the other end.  To compound the situation, the first Kermit
  26. might have negotiated certain key parameters (like echoing) that the
  27. second Kermit doesn't find out about.
  28.  
  29. The same scenario works fine for serial connections.
  30.  
  31. We'll have to address this one in the next release.
  32.  
  33. Thanks for the report!
  34.  
  35. - Frank